←Select platform

IccColorLookupTable8Bit Constructor(byte[],byte,byte[])

Summary

Initializes a new IccColorLookupTable8Bit with explicit parameters.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal numberOfGridPoints() As Byte, _ 
   ByVal precision As Byte, _ 
   ByVal data() As Byte _ 
) 
public: 
IccColorLookupTable8Bit(  
   array<byte>^ numberOfGridPoints, 
   byte precision, 
   array<byte>^ data 
) 

Parameters

numberOfGridPoints
Array that contains the number of grid points in each dimension.

precision
Precision of data elements, in bytes. Must be 01h.

data
Buffer of color lookup table data points. The size of each element is 1 byte.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly